home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / U_Z / VEGAS1_1.ZIP / RUNME.BAT < prev   
DOS Batch File  |  1993-10-04  |  503b  |  21 lines

  1. @echo off
  2. echo 
  3. echo This will update your More Vegas Games Entertainment Pack v1.0 to v1.02
  4. echo 
  5. pause
  6. echo 
  7. if not exist poker_mp.exe goto noFile
  8. patch
  9. goto end
  10. :noFile
  11. echo Poker_mp.Exe was not found. We check for this file to make sure you are running
  12. echo the patch program from the same directory as you installed More Vegas Games.
  13. echo 
  14. echo Please copy runme.bat and patch.* to the same directory as More Vegas Games
  15. echo and them re-run RUNME.BAT
  16. echo 
  17. echo 
  18. :end
  19.  
  20.  
  21.